def my_function():
  print("Hey this is a function")

my_function()
